home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / shell_limit < prev    next >
Text File  |  2001-03-21  |  501b  |  16 lines

  1. Synopsis:
  2.    set shell_limit [<number>]
  3.  
  4. Description:
  5.    This setting is used to limit the amount of data returned by an EXECed
  6.    command. The client will only display the specified number of lines of
  7.    output, then will close the process.  This is mostly useful to prevent
  8.    doing something accidentally that will generate gobs of output, such
  9.    as recursively listing the root directory.
  10.  
  11.    If set to 0 (zero), the client does not limit the amount of output.
  12.  
  13. See Also:
  14.    exec(5)
  15.  
  16.